PermanentQueue<T>.RemoveReader Method

Removes the reader.
public void RemoveReader( 
object reader 
)
This language is not supported or no code example is available.
public:  
void RemoveReader( 
object^ reader 
)
This language is not supported or no code example is available.
public function RemoveReader( 
reader : object 
);
This language is not supported or no code example is available.

Parameters

reader
object

The reader.

In this article

Definition